C1ChartCore<Tseries,TAnimation,TBinding> Class
In This Topic
The C1ChartCore class contains common properties specific to the all charts.
Object Model
Syntax
'Declaration
Public MustInherit Class C1ChartCore
(Of As {New, ChartSeries},
As {New, ChartAnimation},
As {New, C1ChartBinding})
Inherits C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase
public abstract class C1ChartCore<,,> : C1.Web.Wijmo.Controls.Base.C1TargetDataBoundControlBase
where Tseries: new(), ChartSeries
where TAnimation: new(), ChartAnimation
where TBinding: new(), C1ChartBinding
Type Parameters
- Tseries
- TAnimation
- TBinding
Inheritance Hierarchy
See Also